From: Tim Starling Date: Mon, 21 Jun 2004 02:30:29 +0000 (+0000) Subject: uncommented "make bureaucrat" checkbox X-Git-Tag: 1.5.0alpha1~2806 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=78b2af8832290b82423a1576dbe2c8b2cc850ad7;p=lhc%2Fweb%2Fwiklou.git uncommented "make bureaucrat" checkbox --- diff --git a/includes/SpecialMakesysop.php b/includes/SpecialMakesysop.php index 653f06256e..a9564f167f 100644 --- a/includes/SpecialMakesysop.php +++ b/includes/SpecialMakesysop.php @@ -76,7 +76,7 @@ class MakesysopForm { " ); - /* + $makeburo = wfMsg( "setbureaucratflag" ); $wgOut->addHTML( " @@ -84,7 +84,7 @@ class MakesysopForm { $makeburo " - );*/ + ); if ( $wgUser->isDeveloper() ) { $rights = wfMsg( "rights" );